[TOOLS][POWERPC] Fix build breakage in powerpc64/xc_linux_build.c
authorJimi Xenidis <jimix@watson.ibm.com>
Wed, 18 Oct 2006 10:24:57 +0000 (06:24 -0400)
committerJimi Xenidis <jimix@watson.ibm.com>
Wed, 18 Oct 2006 10:24:57 +0000 (06:24 -0400)
commitdb11654fcce57ae02c96fd6553e1e61a8069e8ad
treeb21ff92c6f715c060e8e7ebdd7e5b0596a16f30c
parentaf300b9b9ba6aa741e84a0457a028777d506b5c7
[TOOLS][POWERPC] Fix build breakage in powerpc64/xc_linux_build.c
The patch "[SOLARIS] Don't build ptrace code on Solaris." from
xen-unstable now causes siginfo.h to be included which
#defines "si_addr" to "_sifields._sigfault.si_addr".
and breaks the build of  powerpc64/xc_linux_build.c.
This patch renames
 si_addr -> start_info_addr
 si      -> start_info (for consistency)
and
 start_info -> si (in load_devtree beuse of the renaming above)
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
tools/libxc/powerpc64/xc_linux_build.c